home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / programer2 / aoflib / Example / !ReadMe < prev    next >
Encoding:
Text File  |  1996-05-28  |  465 b   |  14 lines

  1. This is an example of the AOF library being used in conjunction with C.
  2.  
  3. Run "!CC" to compile the C program & link it to the o.eg file if you're
  4. using Acorn's C compiler.
  5.  
  6. The "eg" ARM code provides 2 procedures in 1 area. They do this:
  7.  
  8. print prints the character passed to it using printf()
  9. count returns the number of times it has been called
  10.  
  11. Run "eg" to re-assemble the ARM code.
  12.  
  13. Note: The "!Set" obey file must be run first, otherwise the example won't
  14. work.